Welcome![Sign In][Sign Up]
Location:
Search - opencv tracking

Search list

[Graph Recognizevision

Description: 完整的运动物体检测与跟踪算法。OPENCV实现-Integrity of the moving object detection and tracking algorithm. OPENCV to achieve
Platform: | Size: 3651584 | Author: 傅晟 | Hits:

[Special EffectsAddrectanglemotion

Description: 利用质心法的OPenCV实现运动物体跟踪检测。非常实用。-OPenCV use of quality-force to achieve the detection of moving object tracking. Very useful.
Platform: | Size: 8639488 | Author: 傅晟 | Hits:

[Graph programblobtrack

Description: 基于vc++ 和openCV的车辆检测及跟踪代码,测试过,无错误-Based on vc++ and openCV vehicle detection and tracking code, tested, no error
Platform: | Size: 1481728 | Author: shujuan | Hits:

[Special EffectsSpatioHistogram

Description: 基于空间直方图的图像相似度匹配算法,用opencv开发的,适合做跟踪的朋友用-Space-based histogram similarity matching algorithm, using opencv developed suitable for tracking Friend
Platform: | Size: 3905536 | Author: 周凯 | Hits:

[Picture ViewerVCOPENCV

Description: VC与opencv环境下人脸角点检测与运动跟踪-VC environment with the opencv Human Face detection and motion tracking Corner
Platform: | Size: 3972096 | Author: 董辉 | Hits:

[Windows Developbgfg_codebook

Description: Example OpenCv // Background average sample code done with averages and done with codebooks // (adapted from the OpenCV book sample) // // NOTE: To get the keyboard to work, you *have* to have one of the video windows be active // and NOT the consule window. // // Gary Bradski Oct 3, 2008. // /* *************** License:************************** Oct. 3, 2008 Right to use this code in any way you want without warrenty, support or any guarentee of it working. BOOK: It would be nice if you cited it: Learning OpenCV: Computer Vision with the OpenCV Library by Gary Bradski and Adrian Kaehler Published by O Reilly Media, October 3, 2008 AVAILABLE AT: http://www.amazon.com/Learning-OpenCV-Computer-Vision-Library/dp/0596516134 Or: http://oreilly.com/catalog/9780596516130/ ISBN-10: 0596516134 or: ISBN-13: 978-0596516130 ************************************************** */-Example OpenCv // Background average sample code done with averages and done with codebooks // (adapted from the OpenCV book sample) // // NOTE: To get the keyboard to work, you*have* to have one of the video windows be active // and NOT the consule window. // // Gary Bradski Oct 3, 2008. // /**************** License:************************** Oct. 3, 2008 Right to use this code in any way you want without warrenty, support or any guarentee of it working. BOOK: It would be nice if you cited it: Learning OpenCV: Computer Vision with the OpenCV Library by Gary Bradski and Adrian Kaehler Published by O Reilly Media, October 3, 2008 AVAILABLE AT: http://www.amazon.com/Learning-OpenCV-Computer-Vision-Library/dp/0596516134 Or: http://oreilly.com/catalog/9780596516130/ ISBN-10: 0596516134 or: ISBN-13: 978-0596516130 ***************************************************/
Platform: | Size: 3072 | Author: Jason | Hits:

[Special EffectsObjectTracker

Description: 使用OPENCV进行运动目标跟踪,在Visual C++ 2005 环境中使用新算法实现多运动目标的跟踪和检测。-this is a object motion tracking system with Visual c++ 2005 and opencv。it can process successly check and track multi-objects。
Platform: | Size: 6634496 | Author: 吕冀 | Hits:

[Special EffectsMotionDection

Description: 基于OPENCV and VC++实现运动物体的检测和跟踪-dection the motion thing based on VC++ and opencv
Platform: | Size: 3472384 | Author: 白云 | Hits:

[Graph Recognizetrace

Description: 使用opencv库实现对视频上移动物体的轨迹跟踪-Using the opencv library to achieve the video trajectory tracking of moving objects on
Platform: | Size: 14963712 | Author: zj | Hits:

[source in ebookKalman

Description: 基于OpenCV的Kalman滤波算法。利用Kalman滤波算法实现目标跟踪,本例中具体跟踪对象为随机产生的圆的轨迹,预测轨迹中下一点的位置,标记出来并给出相应的运动轨迹。-The Kalman filtering algorithm based on OpenCV. The use of Kalman filter algorithm for target tracking, in this case specifically track the object is randomly generated circle track, forecast track of the location of the next point, mark out and give the corresponding trajectory.
Platform: | Size: 1357824 | Author: 苏芮 | Hits:

[Graph RecognizeFaceTracking

Description: 使用OPENCV库实现的人脸跟踪,需要安装OPENCV。输入源可以是视频,也可以是摄像头。可选择Harr特征和CamShift两种方法对人脸进行跟踪。还提供了视频保存的功能。-Library implemented using OPENCV Face Tracking, need to install OPENCV. Input source can be a video camera can also be. Harr features and CamShift choose two methods to track human face. Also provides a video storage.
Platform: | Size: 4017152 | Author: 陈业成 | Hits:

[AI-NN-PRcamshift_tracking

Description: camshift跟踪代码,基于opencv-camshift tracking code, based on opencv
Platform: | Size: 1822720 | Author: 吕仕铉 | Hits:

[Software EngineeringRealTimeMeanShiftTrackingusingOpticalFlowDistribut

Description: 利用mean shift算法实现实时目标跟踪,并使用光流法进行目标检测-Using mean shift algorithm for real-time target tracking, and use the optical flow method for target detection
Platform: | Size: 2792448 | Author: 张迎 | Hits:

[Graph programlkopticalflow

Description: 基于opencv的LK光流场法实现的航拍点跟踪,效果非常好。在vs2005下编译通过。包括详尽的源代码及注释。-The LK-based opencv optical flow method to achieve aerial point tracking, the effect was very good. In vs2005 compiled through. Including detailed source code and comments.
Platform: | Size: 31728640 | Author: 赵峰 | Hits:

[AI-NN-PRblinkdetect-src

Description: 眨眼检测,先用haar特征框定人脸,然后用camshift跟踪人脸,根据几何特征得到人眼的大概位置,然后根据直方图的变化检测眨眼-Blink detection, the first feature with the haar framed face, and then use camshift tracking human face, according to the geometric features are the approximate location of the human eye, and then change detection histogram blink of an eye
Platform: | Size: 5120 | Author: 阿强 | Hits:

[Windows Develop93317474tracking

Description: 很好的视频跟踪代码,用opencv实现,基于c++开发的,个人感觉很好。-Very good code for video tracking,based on opencv and c++,I think it s very important for learners of opencv.
Platform: | Size: 7168 | Author: ren | Hits:

[Graph Recognizesignature

Description: 运用Opencv视频图像处理库编写的离线签名识别,首先选取16个签名做训练样本,再对剩下的样本进行测试-The use of video image processing library Opencv prepared off-line signature recognition, first select the 16 signatures to do the training samples, and then the remaining samples for testing
Platform: | Size: 12476416 | Author: jzb | Hits:

[OpenCVcondensation

Description: it contains tracking algorithm based on condensation
Platform: | Size: 5718016 | Author: JUHWAN LEE | Hits:

[Mathimatics-Numerical algorithmsVIS

Description: 该源码是关于运动对象跟踪的算法,主要实现了高斯背景建模,全局运动补偿(SIFT特征和RANSAC算法),运动对象检测,对象跟踪算法(Mean Shift,Particle Filter等),对象特征提取(轨迹,大小,起止帧等),同时,程序基于VC2008+OpenCV开发,实现了对话框式的程序界面,效率高。-This is a source about motion object tracking, including foreground modeling,object detection,object tracking,feature generation. It developed based on VC2008 and OpenCV library. The friendly interface is very convinient for new learners.
Platform: | Size: 7499776 | Author: | Hits:

[DocumentsDanceDanceRevolutionWithHandGestureControl

Description: For the recognition of hand gestures, OpenCV and HandVu libraries are used to provide the functions of hand tracking and recognition. When a hand gesture is recognized, the result is sent to the DDR game through a network socket. Then, the DDR game will translate this result into a corresponding key to play the game
Platform: | Size: 225280 | Author: | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 39 »

CodeBus www.codebus.net